type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToFloat64

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float8.go#L231: 			return scanPlanTextAnyToFloat64{}
		float8.go#L319: type scanPlanTextAnyToFloat64 struct{}
		float8.go#L321: func (scanPlanTextAnyToFloat64) Scan(src []byte, dst any) error {